-
Notifications
You must be signed in to change notification settings - Fork 42
recombine: add timeout configuration option #325
recombine: add timeout configuration option #325
Conversation
Codecov Report
@@ Coverage Diff @@
## main #325 +/- ##
=====================================
Coverage 76.9% 77.0%
=====================================
Files 94 94
Lines 4410 4427 +17
=====================================
+ Hits 3395 3411 +16
Misses 698 698
- Partials 317 318 +1
|
aded0ff
to
90f8fb7
Compare
Performance-wise this doesn't show any signs of a regression:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pmalek-sumo This looks good to me except I wonder if we should name this parameter force_flush_period
, since it is basically the same as is done in file_input. What do you think?
90f8fb7
to
961d6d9
Compare
@pmalek-sumo What do you think about this suggestion? |
I've missed that somehow. Seems reasonable. Let me rename this |
961d6d9
to
cc938e4
Compare
Done, PTAL @djaglowski |
cc938e4
to
a08dc30
Compare
No description provided.